[INFO] fetching crate rapid-xml 0.2.5...
[INFO] checking rapid-xml-0.2.5 against try#b946edaa85de45f124065f52b1bc55ba2fb4f9fb for pr-157562
[INFO] extracting crate rapid-xml 0.2.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rapid-xml 0.2.5
[INFO] finished tweaking crates.io crate rapid-xml 0.2.5
[INFO] tweaked toml for crates.io crate rapid-xml 0.2.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rapid-xml 0.2.5 on toolchain b946edaa85de45f124065f52b1bc55ba2fb4f9fb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rapid-xml 0.2.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694
[INFO] running `Command { std: "docker" "start" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694" "/opt/rustwide/cargo-home/bin/cargo" "+b946edaa85de45f124065f52b1bc55ba2fb4f9fb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling serde v1.0.117
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]     Checking unchecked-index v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.117
[INFO] [stderr]     Checking inlinable_string v0.1.12
[INFO] [stderr]     Checking tuple_utils v0.3.0
[INFO] [stderr]    Compiling paste v1.0.3
[INFO] [stderr]     Checking btoi v0.4.2
[INFO] [stderr]     Checking twoway v0.2.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking slice-deque v0.3.0
[INFO] [stderr]    Compiling toml v0.5.7
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling multiversion-macros v0.6.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.1
[INFO] [stderr]    Compiling derivative v2.1.1
[INFO] [stderr]     Checking multiversion v0.6.1
[INFO] [stderr]     Checking num_enum v0.5.1
[INFO] [stderr]     Checking rapid-xml v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/parser.rs:75:22
[INFO] [stdout]    |
[INFO] [stdout] 75 | use std::intrinsics::transmute;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1448:17
[INFO] [stdout]      |
[INFO] [stdout] 1448 |     pub fn peek(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1448 |     pub fn peek(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1467:17
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     pub fn next(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     pub fn next(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1508:23
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     fn eof_transition(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                       ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     fn eof_transition(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/parser.rs:75:22
[INFO] [stdout]    |
[INFO] [stdout] 75 | use std::intrinsics::transmute;
[INFO] [stdout]    |                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1448:17
[INFO] [stdout]      |
[INFO] [stdout] 1448 |     pub fn peek(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1448 |     pub fn peek(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1467:17
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     pub fn next(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1467 |     pub fn next(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1508:23
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     fn eof_transition(&mut self) -> Result<Event, ParseError> {
[INFO] [stdout]      |                       ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1508 |     fn eof_transition(&mut self) -> Result<Event<'_>, ParseError> {
[INFO] [stdout]      |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
[INFO] running `Command { std: "docker" "inspect" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694", kill_on_drop: false }`
[INFO] [stdout] 24d6edc96d27a74c5bf488bd192b8480191362ba13d9b0162285416f4939f694
